home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
ResEdit™ 3.0d1
/
ResEdit™ 3.0d1
/
ResEdit™ 3.0d1.rsrc
/
VDL_128_Resource.STR#.bin
< prev
next >
Wrap
Text File
|
1996-04-23
|
497b
|
18 lines
Margin(10, 10, 10, 10)
DynamicListMargin( "Strings: ", strings, Width = UseParent )
DynamicVList(strings, StringEntry, Editable, Width = UseParent)
Margin(2,2,2,2, Width = UseParent)
HList(Width = UseParent)
{
Margin(0,3,0,0)
HList()
{
Spacer(Width = 5);
StaticText("String # ");
StaticText(ContextElementIndex);
StaticText(": ");
}
Margin(1,1,1,1, Width = UseParent)
EditText(string, Width = UseParent);
}